home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e255 / read.bat < prev    next >
DOS Batch File  |  1994-02-25  |  2KB  |  53 lines

  1. ECHO OFF
  2. CLS
  3. IF %1!==! GOTO A
  4. IF %1==PRINT GOTO B
  5. IF %1==print GOTO B
  6. GOTO A
  7. :B
  8. IF EXIST MICKWIN2.DOC GOTO C
  9. ECHO .
  10. ECHO .
  11. ECHO . The instructional file MICKWIN2.DOC cannot be found on the current directory.
  12. ECHO .
  13. ECHO . (It should be in the same directory with this READ.BAT file & all the other
  14. ECHO . files that came with this package.)
  15. ECHO .
  16. ECHO .
  17. GOTO END
  18. :C
  19. ECHO .
  20. ECHO . MICKWIN2.DOC is ready to print...
  21. ECHO .   (~3-5 pages, depending on your printer/layout settings)
  22. ECHO .
  23. ECHO . Make sure that your printer is ready, and then press any key to start...
  24. ECHO .
  25. PAUSE>NUL
  26. TYPE MICKWIN2.DOC>PRN
  27. ECHO . Now printing...
  28. ECHO .
  29. ECHO . Done!
  30. ECHO .
  31. ECHO .
  32. GOTO END
  33. :A
  34. ECHO ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  35. ECHO      MICKEY WINDOWS opening/startup/splash screen logo & Mickey-Fantasia
  36. ECHO              wallpaper for Microsoft Windows 3.1, VGA or better.
  37. ECHO    Includes other trenchant, witty, humorous, politically incorrect logos.
  38. ECHO                                  02-24-1994
  39. ECHO ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  40. ECHO .
  41. ECHO . Contains 15 logo files in RLE format and 5 wallpaper files in BMP format
  42. ECHO . (RLE compressed) for 640x480, 800x600, and 1024x768.
  43. ECHO .
  44. ECHO . For instructions, read the file MICKWIN2.DOC.
  45. ECHO .
  46. ECHO . To view or print MICKWIN2.DOC, just use any text editor or word processor,
  47. ECHO . or you can print the file from DOS by typing the following command:
  48. ECHO .
  49. ECHO .                            READ PRINT
  50. ECHO .
  51. ECHO .
  52. :END
  53.